[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_GetDate()         Returns a date expression from a "date/time" value   NEW

Description:

  VS_GetDate() allows you to retrieve a date expression from a
  "date/time" numeric value.

Syntax:     

  d_Date = VS_GetDate( n_DateTime )

Pass:       

  n_DateTime is a numeric "date/time" value as returned by
  VS_DateTime().

Return:     

  d_Date is a date expression of the numeric date/time value.

Notes:      


Example:    

  n_Start = VS_DateTime( DATE(), TIME() )
  ? VS_GetDate( n_Start )

Usage:      

See Also: VS_DateTime() VS_GetTime()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson